what is a model in C#

57

what is a model in C# -

In MVC M stands for Model and Model is a normal C# class. Model
is responsible for handling data and business logic. A model represents
the shape of the data. Model is responsible for handling database related
changes

Comments

Submit
0 Comments